home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Programming
/
SecalDemo
/
Inc
/
graphics
/
regions.inc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-06-24
|
205 b
|
15 lines
include "inc/exec/types.inc";
include "inc/graphics/gfx.inc";
struct RegionRectangle is
Next:ulong;
Prev:ulong;
bounds:Rectangle;
;
struct Region is
bounds:Rectangle;
RegionRectangle:ulong;
;